home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / RoboHelp / DISK1 / DATA.1 / colorful.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-09-22  |  1.6 KB  |  48 lines

  1.  /* $MVD$:fontset("Arial","Arial") */
  2.  BODY { font-family : "Arial";
  3.         background-color : white;}
  4.  .mvd-BODY { font-family : "Arial";
  5.              background-color : white;}
  6.  H1 { color : blue;}
  7.  .mvd-H1 { color : blue;}
  8.  H2 { color : red;}
  9.  .mvd-H2 { color : red;}
  10.  H3 { color : green;}
  11.  .mvd-H3 { color : green;}
  12.  H4 { color : fuchsia;}
  13.  .mvd-H4 { color : fuchsia;}
  14.  H5 { color : teal;}
  15.  .mvd-H5 { color : teal;}
  16.  H6 { color : navy;}
  17.  .mvd-H6 { color : navy;}
  18.  A:link { text-decoration : none;
  19.           color : blue;}
  20.  A:visited { text-decoration : none;
  21.              color : blueviolet;}
  22.  A:active { text-decoration : none;
  23.             color : silver;}
  24.  CITE.expandspot { font-style : normal;
  25.                    color : fuchsia;
  26.                    cursor: hand;}
  27.  .mvd-CITE-expandspot { font-style : normal;
  28.                         color : fuchsia;
  29.                         cursor: hand;}
  30.  DFN.collapsed { font-style : normal;
  31.                  font-weight : normal;
  32.                  display :        'none';
  33.                  color : red;}
  34.  .mvd-DFN-collapsed { font-style : normal;
  35.                       font-weight : normal;
  36.                       display :        'none';
  37.                       color : red;}
  38.  DFN.expanded { font-weight : normal;
  39.                 color : red;}
  40.  .mvd-DFN-expanded { font-weight : normal;
  41.                      color : red;}
  42.  EM.dropspot { color : blue;
  43.                cursor: hand;}
  44.  .mvd-EM-dropspot { color : blue;
  45.                     cursor: hand;}
  46.  DIV.droptext { color : red;}
  47.  .mvd-DIV-droptext { color : red;}
  48.